home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 27 / CDROM27.iso / share / progra / mai / Application, Splash screen subroutine < prev    next >
Encoding:
Text File  |  1997-07-14  |  271 b   |  11 lines

  1. 'Description: Gives application splash screen capability
  2.  
  3. 'Place the following code in a Form_Load()
  4.  
  5. Show
  6. Splash.show
  7. 'Splash is the name of your start-up logo form
  8. Doevents
  9. Initialize
  10. 'Your subroutine that performs time-consuming initializations
  11. Unload Splash